Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 675 Bytes

File metadata and controls

17 lines (11 loc) · 675 Bytes

Contortionist Testing

Definition:

  • this is really a design smell. You’re probably adding tests after the code was written and are required to bend over backwards to construct those tests owing to poorly designed code. This especially involves NEEDing to use mocking of static functions or types.

References:

Quality attributes